/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top {
    background: url(../images/top1.png) no-repeat top center;
}

.top1 {
    height: 36px;
    background: #fefefe;
    color: #6d6d6d;
    line-height: 36px;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
}

.top1 a {
    color: #6d6d6d;
}

.top2 {
    height: 109px;
    overflow: hidden;
}



#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 109px;
}

.logo-text {
    font-family: "黑体";
    font-size: 24px;
    color: #444444;
    line-height: 109px;
    background: url(../images/line1.png) no-repeat left center;
    padding-left: 18px;
    margin-left: 16px;
}

.top2 .k2 {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 54px;
    margin-top: 32px;
}

.top2 .k2 h3 {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.top2 .k2 p {
    font-family: "Impact";
    font-size: 24px;
    color: #014da1;
    font-weight: 700;
}



.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    height: 60px;
    background-image: linear-gradient(0deg,
            #eaeceb 0%,
            #f1f1f1 74%,
            #f2f2f2 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/*热门搜索*/
.sou {
    height: 38px;
    margin-top: 12px;
}




#formsearch {
    float: right;
    width: 326px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #d2d2d2;
    background: url(../images/ss.png) no-repeat center center;
}

.hotSearch {
    float: left;
    font-size: 12px;
    line-height: 38px;
    color: #333333;
}

.hotSearch a {
    color: #333333;
}


#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    outline: none;
    background: none;
    border: none;
}

#formsearch input#keyword {
    height: 38px;
    line-height: 38px;
    padding-left: 18px;
    color: #666666;
    width: 280px;
}

#formsearch input#keyword::placeholder {
    font-size: 12px;
    color: #666666;
}

#formsearch input#s_btn {
    width: 34px;
    height: 38px;
    line-height: 38px;
}


/*导航栏样式*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 150px;
    background: url(../images/line2.png) no-repeat right center;
}

.nav li:last-child {
    background: initial;
}

.nav li a {
    display: block;
    line-height: 60px;
    color: #333333;
    height: 60px;
    padding: 0;
    font-size: 16px;
    padding: 0;
    font-weight: 700;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(0deg,
            #0250a5 0%,
            #005bc0 100%),
        linear-gradient(#0069ac,
            #0069ac);
    background-blend-mode: normal,
        normal;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-image: linear-gradient(0deg,
            #0250a5 0%,
            #005bc0 100%),
        linear-gradient(#0069ac,
            #0069ac);
    background-blend-mode: normal,
        normal;
}

.nav .sec {
    height: 0;
    background-image: linear-gradient(0deg, #eaeceb 0%, #f1f1f1 74%, #f2f2f2 100%), linear-gradient(#ffffff, #ffffff);
    color: #333;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: -42px;
    width: 164%;
}

.nav .sec a {
    background-image: linear-gradient(0deg, #eaeceb 0%, #f1f1f1 74%, #f2f2f2 100%), linear-gradient(#ffffff, #ffffff);
    color: #333;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background-image: linear-gradient(0deg,
            #0250a5 0%,
            #005bc0 100%),
        linear-gradient(#0069ac,
            #0069ac);
    background-blend-mode: normal,
        normal;
    text-decoration: none;
    color: #fff;
}


.index-title {
    text-align: center;
    background: url(../images/index-title.png) no-repeat center center;
}

.index-title p {
    font-family: "Arial";
    font-size: 14px;
    color: #999999;
}

.index-title h3 {
    font-size: 30px;
    color: #333333;
    margin: 6px 0 12px;
}

.index-title h3 span {
    color: #fc8b11;
}

.index-title h4 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}


.p1 {
    padding-top: 40px;
}

.p1a {
    margin-top: 26px;
}

.p1a li {
    width: 290px;
    margin-right: 12px;
}

.p1a li:nth-child(4n) {
    margin-right: 0;
}

.p1a li a.img {
    display: block;
    width: 290px;
    height: 251px;
    border: solid 1px #dedede;
    padding: 5px;
    position: relative;
    transition: all ease .36s;
}

.p1a li a.img img {
    width: 100%;
    height: 100%;
}

.p1a li h3 a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin: 13px 0 20px;
    transition: all ease .36s;
}

.p1a li a.img .mark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/more.png) no-repeat center center;
    text-align: center;
    left: 0;
    top: 0;
    color: #ffffff;
    padding-top: 100px;
    opacity: 0;
    transition: all ease .36s;
}

.p1a li a.img .mark h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 14px;

}

.p1a li a.img .mark span {
    font-size: 14px;
}

.p1a li:hover a.img {
    border: solid 1px #fc8b11;
}

.p1a li:hover a.img div.mark {
    opacity: 1;
}

.p1a li:hover h3 a {
    color: #fc8b11;
}












/* p5 */
.box2 {
    overflow: hidden;
    background: url(../images/box2.jpg) no-repeat top center;
    padding-top: 70px;
    margin-top: 60px;
}

.box2 .index-title {
    background: url(../images/box2t.png) no-repeat center center;
}

.box2 .index-title p {
    color: #ffffff;
}

.box2 .index-title h3 {
    color: #ffffff;
}

.box2 .index-title h3 span {
    color: #fc8b11;
}

.box2 .index-title h4 {
    color: #ffffff;
}



.box2 .tit2 p,
.box2 .tit2 h2 {
    color: #fff;
}

.b2_index {
    width: 1300px;
    margin: 28px auto 0;
    height: 582px;
    background-color: #ffffff;
    padding: 40px 50px 0;
}

.b2_index .hd {
    width: 100%;
    overflow: hidden;
}

.b2_index .hd li {
    margin-right: 12px;
    float: left;
    border: solid 1px #ffffff;
    text-align: center;
    transition: all 0.4s linear;
    width: 230px;
    height: 50px;
    background-image: linear-gradient(0deg,
            #e6e6e6 0%,
            #fbfbfb 100%),
        linear-gradient(#0069ac,
            #0069ac);
    background-blend-mode: normal,
        normal;
    border: solid 1px #e5e5e5;
}

.b2_index .hd li.on {
    background-image: linear-gradient(0deg,
            #fc8b11 0%,
            #fe8b14 100%),
        linear-gradient(#0069ac,
            #0069ac);
    background-blend-mode: normal,
        normal;

}

.b2_index .hd li:last-of-type {
    margin-right: 0;
}

.b2_index .hd li p {
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    transition: all 0.4s linear;
}



.b2_index .hd li.on p,
.b2_index .hd li:hover p {
    color: #fff;
}

.b2_index .bd {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-top: 35px;
}

.yylyimg1 img {
    width: 614px;
    height: 376px;
}

.yylycon {
    width: 585px;
    height: 376px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.yylycon1{
    height: 210px;
    overflow: hidden;}
.yylycon a {
    display: block;
}

.yylycon h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #333333;
    font-weight: 700;
}

.yylycon h3 {
    font-size: 16px;
    line-height: 16px;
    color: #545454;
    margin-bottom: 13px;
}

.yylycon p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}

.yylycon p span {
    font-size: 15px;
    color: #fc8b11;
    font-weight: 700;
}

.yylycon a>span {
    width: 230px;
    height: 50px;
    background-image: linear-gradient(0deg,
            #fc8b11 0%,
            #fe8b14 100%),
        linear-gradient(#0069ac,
            #0069ac);
    background-blend-mode: normal,
        normal;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 20px;
}




.box3 {
    background: url(../images/p3b.jpg) no-repeat top center;
    padding-bottom: 78px;
}

.p3a {
    width: 800px;
    padding-top: 55px;
}

.p3a span {
    font-size: 30px;
    color: #fc8b11;
}

.p3a h3 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 36px;
}

.p3a h3 span {
    color: #fc8b11;
}

.p3b {
    width: 350px;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    padding-top: 92px;
    margin-right: 24px;
    position: relative;
}

.p3b a {
    width: 44px;
    height: 140px;
    background-color: #fc8b11;
    padding: 32px 16px 0;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: -112px;
    top: 102px;
}

.p3b a:after {
    content: "";
    width: 2px;
    height: 4px;
    background: #fed5ba;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.p3b a:before {
    content: "";
    width: 2px;
    height: 4px;
    background: #fed5ba;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}




.p4 .index-title {
    background: url(../images/p4line.png) no-repeat center center;
    margin-top: 103px;
    margin-bottom: 24px;
}


.p4a {
    width: 643px;
}

.p4-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #a0a0a0;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.p4-title h3 {
    font-size: 18px;
    color: #333333;
    height: 17px;
    border-left: 3px solid #333;
    padding-left: 15px;
}

.p4-title h3 span {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}

.p4-title a {
    font-size: 14px;
    color: #333333;
}

.p4a-scroll .bd {
    height: 400px;
    overflow: hidden;
}

.p4a-scroll li {
    height: 189px;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.p4a-scroll li a {
    display: flex;
}

.p4a-scroll li a div.img img {
    width: 230px;
    height: 189px;
}

.p4a-scroll li a div.cont {
    padding: 18px 34px 10px 32px;
}

.p4a-scroll li a div.cont h3 {
    font-size: 15px;
    ;
    color: #333333;
    margin-bottom: 6px;
}

.p4a-scroll li a div.cont span {
    font-size: 14px;
    color: #333333;
    display: block;
    border-bottom: 1px dashed #7d7d7d;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.p4a-scroll li a div.cont p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.p4a-scroll li a div.cont em {
    font-size: 14px;
    color: #333333;
    font-style: normal;
    display: inline-block;
    margin-top: 15px;
}






.p4b {
    width: 505px;
}

.p4b-scroll {
    width: 505px;
    height: 398px;
    background: #fff;
    padding: 43px 30px 10px;
}

.p4b-scroll .bd {
    height: 335px;
    overflow: hidden;
}

.p4b-scroll li a:last-child {
    margin-right: 0;
}

.p4b-scroll a {
    display: inline-block;
    width: 212px;
    margin-right: 21px;
}

.p4b-scroll a img {
    height: 120px;
    border: solid 1px #bfbfbf;
}

.p4b-scroll a span {
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
    line-height: 40px;
    margin-bottom: 8px;
}






.p5 {
    height: 600px;
    padding-top: 60px;
    background: url(../images/p5b.jpg) no-repeat top center;
}

.p5 .index-title {
    background: url(../images/box2t.png) no-repeat center center;
}

.p5 .index-title p {
    color: #ffffff;
}

.p5 .index-title h3 {
    color: #ffffff;
}

.p5 .index-title h3 span {
    color: #fc8b11;
}

.p5 .index-title h4 {
    color: #ffffff;
}

.p5-scroll {
    position: relative;
}

.p5-scroll .bd {
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}

.p5-scroll .bd li a.img {
    display: block;
    width: 220px;
    height: 310px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    padding: 9px 11px;
    margin-right: 25px;
}

.p5-scroll .bd li a.img img {
    width: 100%;
    height: 100%;
}

.p5-scroll .bd li h3 a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}

.p5-scroll .hd a {
    width: 20px;
    height: 39px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.p5-scroll .hd a.next {
    background: url(../images/right.png) no-repeat center center;
    right: -70px;
}

.p5-scroll .hd a.prev {
    background: url(../images/left.png) no-repeat center center;
    left: -70px;
}


.box5 .index-title {
    background: url(../images/nline.png) no-repeat center center;
    margin-top: 74px;
    margin-bottom: 30px;
}

.news_box {
    width: 376px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
    padding: 35px 14px 36px;
}

.new_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/nline2.png) no-repeat left center;
    padding-left: 13px;
}

.new_t h3 {
    font-size: 18px;
    ;
    color: #333333;
    font-weight: 400;
}

.new_t h3 span {
    font-size: 12px;
    color: #999999;
}

.new_t a {
    font-size: 12px;
    color: #999999;
}

.news_tu {
    margin-top: 14px;
}

.news_tu img {
    height: 128px;
    width: 100%;
}

.news_list1 li {
    background: url(../images/jian.png) no-repeat left center;
    line-height: 32px;
    border-bottom: 1px dashed #d8d8d8;
    position: relative;
    padding-left: 16px;
}

.news_list1 li:hover {
    background: url(../images/jianh.png) no-repeat left center;
}

.news_list1 li a {
    font-size: 14px;
    color: #333333;
    height: 42px;
    line-height: 42px;
}

.news_list1 li span {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 12px;
    color: #999999;
}

.news_list1 {
    margin-top: 10px;
}

.newll {
    margin-left: 36px;
}

.news_list1 li a:hover {
    color: #fc8b11;
}




.p6 {
    margin-top: 80px;
    background: url(../images/fline.png) no-repeat top center;
}

.p6 .p6a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
}

.p6 .p6a h3 {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    width: 200px;
    text-align: center;
}

.p6 .p6a .p6nav {
    width: 983px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p6 .p6a .p6nav li {
    width: 124px;
}

.p6 .p6a .p6nav a {
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
    background: url(../images/fline1.png) no-repeat right center;
}

.p6 .p6a .p6nav li:last-child a {
    background: none;
}

.p6b {
    display: flex;
    color: #ffffff;
}

.p6b1 {
    width: 200px;
    text-align: center;
}

.p6b1 img {
    vertical-align: middle;
    width: 170px;
    height: 170px;
    margin-top: 35px;
}

.p6b1 p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 12px;
}

.p6b2 {
    margin-left: 44px;
    padding-top: 42px;
}

.p6b2 h3 {
    font-family: "Arial";
    font-size: 26px;
    margin-bottom: 5px;
}

.p6b2 span {
    font-size: 16px;
    position: relative;
    margin-bottom: 34px;
    display: block;
}

.p6b2 span:after {
    content: "";
    width: 34px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -13px;
    left: 0;
}

.p6b2 h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}

.p6b2 p {
    font-size: 14px;
    line-height: 28px;
}


.p6b3 {
    margin-left: 260px;
    padding-top: 42px;
}

.p6b3 h3 {
    font-family: "Arial";
    font-size: 26px;
    margin-bottom: 5px;
}

.p6b3 span {
    font-size: 16px;
    position: relative;
    margin-bottom: 34px;
    display: block;
}

.p6b3 span:after {
    content: "";
    width: 34px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -13px;
    left: 0;
}

.p6b3 p {
    font-size: 16px;
    line-height: 36px;
}

.p6b3 p strong {
    font-size: 20px;
}

.copy {
    background: #333333;
    margin-top: 45px;
    font-size: 14px;
	line-height: 25px;
    color: #ffffff;
    padding: 32px 0;
    border-top: 1px solid #5c5c5c;
}
.copy  a {
    color: #fff;
}
.copy .fl {
    width: 1100px;
}

.copy .fr {
    width: 67px;
}


/*友情链接*/

.f_link {
    width: 100%;
}

.f_link a {
    color: #fff;
    margin-right: 6px;
}
.f_link a:after {
    content: "/";
}
/*页面底部*/
#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    background: url(../images/line2.png) no-repeat right top;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.nav_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.nav_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}














/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}